import * as React from "react"; import type { SVGProps } from "react"; const SvgPrinter = (props: SVGProps) => { return ( ); }; export default SvgPrinter;